home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
MT-RechnungIII
/
PrintDoks
/
Inventurerfassung.stopri
< prev
next >
Wrap
Text File
|
1999-03-27
|
4KB
|
182 lines
1$VER: Inventurerfassung 1.01 (28.03.99)
%!PS-Adobe-3.0
%%Creator: Manfred Tremmel
%%CreationDate: (28.03.1999)
%%Version: 1.01
%%Title: (MT-RechnungIII - Inventurerfassung)
%%LanguageLevel: 2
%%DocumentMedia: A4 594 839 null () ()
%%DocumentNeededResources: font Times-Roman
%%BoundingBox: 0 0 549 839
%%EndComments
%%BeginnDefaults
%%PageMedia: Label
%%EndDefaults
%%BeginnSetup
<< /PageSize [594 839] >> setpagedevice
/PageSize [594 839] def
/DokumentRandX 54 def
/DokumentRandY 50 def
DruckrandX 720 mul 256 div /DruckrandX exch def
DruckrandY 720 mul 256 div /DruckrandY exch def
DruckrandX DokumentRandX ge
{
0 /DokumentRandX exch def
}
{
DokumentRandX DruckrandX sub /DokumentRandX exch def
} ifelse
DruckrandY DokumentRandY ge
{
PageSize 1 get /DokumentRandY exch def
}
{
PageSize 1 get DokumentRandY sub DruckrandY add /DokumentRandY exch def
} ifelse
/DokumentRandYOriginal DokumentRandY def
%%EndSetup
%%BeginnResource
/reencodedict 5 dict def
/ReEncode
{
reencodedict begin
/newencoding exch def
/newfontname exch def
/basefontname exch def
/basefontdict basefontname findfont def
/newfont basefontdict maxlength dict def
basefontdict
{ exch dup dup /FID ne exch /Encoding ne and
{ exch newfont 3 1 roll put }
{ pop pop }
ifelse
} forall
newfont /FontName newfontname put
newfont /Encoding newencoding put
newfontname newfont definefont pop
end
} def
/ISOLatin8Encoding
[
ISOLatin1Encoding 0 164 getinterval aload pop
/euro
ISOLatin1Encoding 165 91 getinterval aload pop
] def
/getfont {ISOLatin8Encoding ReEncode findfont exch scalefont def} bind def
/getsymbol {findfont exch scalefont def} bind def
%%EndResource
%% Fontpsoidoname, Fontgroesse, Realname, Programm (siehe oben)
/Times10Zeile 10 def
/Times10 Times10Zeile /OF0 /Times-Roman /OF0 getfont
/Times24Zeile 24 def
/Times24 Times24Zeile /OF0 /Times-Roman /OF0 getfont
/Seite 1 def
/SeitenNr 4 string def
%% Definition der Überschrift
/Ueberschrift
{
/BoxX1 DokumentRandX def
/BoxX2 486 def
/BoxY1 DokumentRandY 2 sub def
/BoxY2 Times10Zeile def
0.9 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectfill
0.0 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectstroke
DokumentRandX 3 add DokumentRandY moveto
(ArtikelNr) show
DokumentRandX 80 add DokumentRandY moveto
(Artikelbezeichnung) show
DokumentRandX DokumentRandY moveto
(Bestand System) dup stringwidth
pop 350 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandX DokumentRandY moveto
(Inventurbestand) dup stringwidth
pop 480 exch sub
DokumentRandX add DokumentRandY moveto show
DokumentRandY Times10Zeile sub 5 sub /DokumentRandY exch def
} def
%% Ausgab der Kopfdaten
Times24 setfont
(Inventurerfassung) dup stringwidth pop
PageSize 0 get exch sub 2 div cvi DokumentRandY moveto show
DokumentRandY Times24Zeile sub Times24Zeile sub /DokumentRandY exch def
Times10 setfont
Ueberschrift
/pos 0 def
InventurArtikelNr
{
80 DokumentRandY gt
{
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
/DokumentRandY DokumentRandYOriginal def
Ueberschrift
Seite 1 add /Seite exch def
} if
DokumentRandX 3 add DokumentRandY moveto
show
DokumentRandX 80 add DokumentRandY moveto
InventurArtikelBezeich pos get show
DokumentRandX DokumentRandY moveto
InventurBestandSystem pos get
dup stringwidth
pop 350 exch sub
DokumentRandX add DokumentRandY moveto
show
DokumentRandX 370 add DokumentRandY 110 0 rectstroke
pos 1 add /pos exch def
DokumentRandY Times10Zeile sub 5 sub /DokumentRandY exch def
} forall
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
%%Trailer
clear
%%EOF